.icon-left {
  position: absolute;
  left: -50px;
  top: -10px;
  width: 70px;
  height: 70px;
  background-image: url("/contest/images/sticker/0/ic_left.png") !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 575px) {
  .icon-left {
    display: none;
  }
}

.icon-right {
  position: absolute;
  right: -80px;
  bottom: 0;
  width: 120px;
  height: 120px;
  background-image: url("/contest/images/sticker/0/ic_right.png") !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 575px) {
  .icon-right {
    display: none;
  }
}

.widget-notifications .icon-notif {
  background-image: url("/contest/images/sticker/0/ic_bottom.png");
  position: absolute;
  right: -50px;
  bottom: -15px;
  width: 140px;
  height: 140px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 575px) {
  .icon-notif {
    display: none;
  }
}
.widget-contest .icon-contest {
  background-image: url("/contest/images/sticker/0/ic_top.png");
  display: none;
}
@media (min-width: 1200px) {
  .widget-contest .icon-contest {
    display: block;
  }
}

.widget-time-line {
  background-color: #E7EEF8 !important;
}
.widget-time-line .champion {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.widget-time-line .champion .icon {
  width: 100px;
  background: transparent url("/contest/images/sticker/0/ic_timeline_5.svg") no-repeat center top/contain;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.widget-time-line .timeline-item .timeline-item-separator:before {
  border: none !important;
  border-radius: unset !important;
}
.widget-time-line .timeline-item:nth-child(1) .timeline-item-separator:before {
  background: transparent url("/contest/images/sticker/0/ic_timeline.png") no-repeat center/contain;
}
.widget-time-line .timeline-item:nth-child(2) .timeline-item-separator:before {
  background: transparent url("/contest/images/sticker/0/ic_timeline.png") no-repeat center/contain;
}
.widget-time-line .timeline-item:nth-child(3) .timeline-item-separator:before {
  background: transparent url("/contest/images/sticker/0/ic_timeline.png") no-repeat center/contain;
}
.widget-time-line .timeline-item:nth-child(4) .timeline-item-separator:before {
  background: transparent url("/contest/images/sticker/0/ic_timeline.png") no-repeat center/contain;
}
@media only screen and (min-width: 479px) and (max-width: 991px) {
  .widget-time-line .timeline-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .widget-time-line .timeline-item:nth-child(2n) .timeline-item-content:before {
    right: auto;
    left: 100%;
    border-right: 0;
    border-left: 10px solid #1E2E4D;
  }
}
@media only screen and (min-width: 479px) and (max-width: 991px) {
  .widget-time-line .timeline-item .timeline-item-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .widget-time-line .champion {
    justify-content: center;
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .widget-time-line .timeline-horizontal {
    display: none !important;
  }
  .widget-time-line .timeline-vertical {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .widget-time-line .timeline-vertical + .champion {
    margin-left: 0;
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=sticker-0.css.map */
